
Command Line: diskspd.exe -c10G -t2 -d60 -o1 -b8k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 8192
		using random I/O (alignment: 8192)
		number of outstanding I/O operations: 1
		thread stride size: 0
		threads per file: 2
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.01s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   1.28%|   0.10%|    1.17%|  98.74%
   1|   0.89%|   0.16%|    0.73%|  99.13%
-------------------------------------------
avg.|   1.08%|   0.13%|    0.95%|  98.93%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        98467840 |        12020 |       1.56 |     200.31 |    4.981 |    17.142 | test.dat (10240MB)
     1 |        98426880 |        12015 |       1.56 |     200.22 |    4.983 |    16.732 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         196894720 |        24035 |       3.13 |     400.53 |    4.982 |    16.938

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        78749696 |         9613 |       1.25 |     160.20 |    5.574 |    16.386 | test.dat (10240MB)
     1 |        78520320 |         9585 |       1.25 |     159.73 |    5.483 |    15.895 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         157270016 |        19198 |       2.50 |     319.92 |    5.529 |    16.143

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        19718144 |         2407 |       0.31 |      40.11 |    2.612 |    19.701 | test.dat (10240MB)
     1 |        19906560 |         2430 |       0.32 |      40.49 |    3.014 |    19.565 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:          39624704 |         4837 |       0.63 |      80.61 |    2.814 |    19.634


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.052 |      0.060 |      0.052
   25th |      0.114 |      0.123 |      0.116
   50th |      3.068 |      0.165 |      0.221
   75th |      6.745 |      0.211 |      5.998
   90th |      9.898 |      0.264 |      9.233
   95th |     13.303 |      0.579 |     12.641
   99th |     92.885 |    122.255 |    101.829
3-nines |    205.122 |    220.250 |    206.323
4-nines |    337.215 |    337.291 |    337.215
5-nines |    514.192 |    337.291 |    514.192
6-nines |    514.192 |    337.291 |    514.192
7-nines |    514.192 |    337.291 |    514.192
8-nines |    514.192 |    337.291 |    514.192
9-nines |    514.192 |    337.291 |    514.192
    max |    514.192 |    337.291 |    514.192
